Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 5,434 for

file viewer

(0.04 sec)
  1. Set license under Mono/Linux | Documentation

    This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux...Viewer Product Solution GroupDocs...stream loaded from the license file e.g.: using ( var licenseStream...

    docs.groupdocs.com/conversion/net/set-license-u...
  2. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Viewer Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Load documents | Documentation

    Document loading use cases with GroupDocs.Viewer within your .NET applications....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for .NET /...

    docs.groupdocs.com/viewer/net/loading/
  4. Load documents | Documentation

    Document loading use cases with GroupDocs.Viewer within your Java applications....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/loading/
  5. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Viewer Product Solution GroupDocs...$"D:/result_{pageNumber}.png" ; return File . Create ( pagePath ); }); annotator...

    docs.groupdocs.com/annotation/net/loading-custo...
  6. How to Convert MSG to PDF using C#

    In this topic, you will learn how to convert MSG to PDF using C# without installing third-party softwares. Also, we will provide code to export MSG to PDF in C#....Viewer Product Family GroupDocs.Comparison...instances when converting these MSG files to the widely accessible PDF...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Add Search Text Annotation to PDF using C#

    Quickly learn how to add search text annotation to PDF using C# without using extra tool. We also provide code to insert search text annotation in PDF using C#....Viewer Product Family GroupDocs.Comparison...search text annotations into PDF files using the versatility of C#...

    kb.groupdocs.com/annotation/net/add-search-text...
  8. How to Convert DOCX to ODT using C#

    In this article, you will explore how to convert DOCX to ODT using C# without extra software installation. Also, we will provide the code to export DOCX to ODT in C#....Viewer Product Family GroupDocs.Comparison...by providing the path of DOCX file to its constructor Call the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Installation | Documentation

    Install from Nuget NuGet is the easiest way to download and install GroupDocs.Parser for .NET. There are ways to install it in your project. Install via Package Manager GUI Follow these steps to reference GroupDocs.Parser using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu Select Browse tab and type “GroupDocs....Viewer Product Solution GroupDocs...GenerateBindingRedir in the project file: <PropertyGroup> <AutoGener...

    docs.groupdocs.com/parser/net/installation/
  10. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Viewer Product Solution GroupDocs...C# using ( documentStream = File . OpenRead ( "input.pdf" ))...

    docs.groupdocs.com/annotation/net/load-document...